home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / sasc.fpl.readme < prev    next >
Text File  |  1995-07-18  |  968b  |  44 lines

  1. ############################################
  2. File: SASC.FPL
  3. Author: Patrik Lundquist
  4. Email: pi92plu@pt.hk-r.se
  5. Short description: Interface to SAS/C's message browser SCMSG, etc.
  6. Version: 0.6
  7. Date: 31.1.95
  8. Local settings:
  9. Global settings:
  10. Keysequence: a bunch
  11. Type: key, function, menu
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   An interface to SCMSG, the SAS/C message browser. Also adds some other useful
  17. SAS/C related features. Sets up menus and shortcuts.
  18. "Build..." uses SCMSG to 'make' the project.
  19. "Step" deletes the errors/warnings after encountering them.
  20.  
  21. This is an example 'ENV:sc/SCMSG' file using this:
  22.  
  23. LEFT 23
  24. TOP 0
  25. WIDTH 640
  26. HEIGHT 55
  27. HIDDEN
  28. REXXONLY
  29. NOAUTOEDIT
  30. PORTNAME FREXXED.1
  31. EDITCOMMAND SCMSG_Edit("%f");
  32. GOTOFILE SCMSG_GotoFile("%f");
  33. GOTOLINE SCMSG_GotoLine(%l,"%c");
  34. PUBSCREEN FrexxEdScreen1
  35.  
  36.  
  37. NOTE
  38.   Uses function in 'ExtraIO.FPL'.
  39.  
  40. BUGS
  41.   Doesn't check for alternate file when stepping through SCMSG errors.
  42.  
  43. SEE ALSO
  44.